type github.com/jackc/pgx/v5/pgtype.encodePlanNumericCodecBinaryFloat64Valuer

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		numeric.go#L325: 			return encodePlanNumericCodecBinaryFloat64Valuer{}
		numeric.go#L354: type encodePlanNumericCodecBinaryFloat64Valuer struct{}
		numeric.go#L356: func (encodePlanNumericCodecBinaryFloat64Valuer) Encode(value any, buf []byte) (newBuf []byte, err error) {